DrawLines(PointF[],Pen) Method
In This Topic
Draws a series of connected lines, using a specified pen.
Syntax
'Declaration
Public Overloads Sub DrawLines( _
ByVal () As System.Drawing.PointF, _
ByVal As Pen _
)
public void DrawLines(
System.Drawing.PointF[] ,
Pen
)
Parameters
- points
- The array of points to connect.
- pen
- The pen to use.
See Also